body{
 font-family: "Microsoft YaHei" !important;
}
.wrap {
    width: 79%;
    position: relative;
    margin: auto;
    margin-top: 1%;
}

.f-pa {
    position: absolute
}

.f-pr {
    position: relative
}

.f-fl {
    float: left
}

.f-fr {
    float: right
}

.f-oh {
    overflow: hidden
}

.f-ib {
    display: inline-block;
    font-size: 38px;
}

.f-b {
    display: block
}

.f-table {
    display: table
}

.f-whs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s-bg-gy {
    background-color: #f1f1f5
}

.s-bg-gyx {
    background-color: #f9f9f9
}

.s-bg-gy1 {
    background-color: #f6f6f6
}

.s-bg-gy2 {
    background-color: #f1f2f5
}

.s-bg-blue {
    background-color: #2589ff
}

.s-bg-black {
    background-color: #252730
}

.s-bgw {
    background-color: #fff
}

.s-fc-gy {
    color: #999
}

.s-fc-gy1 {
    color: #595961
}

.s-fc-gyx {
    color: #727281
}

.s-fc-gyxx {
    color: #9797a1
}

.s-fc-gyc {
    color: #e3e2e5
}

.s-fc-gy2 {
    color: #4f505e
}

.s-fc-gy3 {
    color: #787b92
}

